home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILE_CHG / DELCHAR.ZIP / DELCHAR.DOC < prev    next >
Encoding:
Text File  |  1988-05-30  |  4.1 KB  |  94 lines

  1.                           DELCHAR.EXE
  2.              Deletes Unwanted Characters from File
  3.                (c) Copyright 1988 by Larry O'Rear
  4.  
  5.  
  6.      Sometimes a file has characters that you don't really want 
  7. or need.  For example, you might like to get rid of some of the 
  8. control characters in a shareware manual that mess up your screen 
  9. or make your printer do things you don't want it to do.  I use a 
  10. database program that outputs ASCII files in which the records 
  11. are delimited by pairs of double quotes which I don't want.
  12.  
  13.      Here's a little program that will get rid of those pesky 
  14. characters.  You'll need a table that gives the ASCII codes of 
  15. the characters (unless you carry that kind of knowledge around in 
  16. your head) to find the numbers to enter.
  17.  
  18.      Type the command DELCHAR.  You will be prompted for the name 
  19. of the file (with path and extension, if applicable) to be 
  20. cleaned up, and then for the decimal ASCII code of the character 
  21. to be removed.  For example, to remove all the double quotes from 
  22. my file mentioned above, I enter 34.
  23.  
  24.      Your output file will be named CLEANFIL.OUT.  Of course you 
  25. can rename it if you want to.  Or if you want to remove still 
  26. another character, just run DELCHAR again, with CLEANFIL.OUT as 
  27. the input file.
  28.  
  29.      Your original file is not changed.  After using DELCHAR on 
  30. the double quotes as mentioned above, my file ADDRBOOK.LST is 
  31. still there with the quotation marks in all their glory.  But now 
  32. I have the new file CLEANFIL.OUT, innocent of double quotes.
  33.  
  34.  
  35.      This program and documentation are distributed under the 
  36. Shareware philosophy.  If you find the program useful, please 
  37. send $5 to 
  38.                           Larry O'Rear
  39.                         703 Cielo Drive
  40.                      Georgetown, TX  78628
  41.  
  42. (If you register another of my programs, this one's a freebie.
  43. I'll even send this source code if you ask when you register.)
  44.  
  45.      Users employ this software at their own risk.  The author 
  46. will not be responsible in any way for any consequences of the 
  47. use or misuse of the program or of the documentation.  Your use
  48. of the program constitutes your acceptance of these conditions.
  49.  
  50.      This software may be copied and distributed freely with 
  51. these restrictions:
  52.  
  53.      1. No price may be charged, except that a fee not to exceed 
  54. $7 may be applied to cover the costs of copying and distribution.
  55.  
  56.      2. This documentation must be included in its entirety with 
  57. any copies.
  58.  
  59.  
  60.          ----------------end-of-author's-documentation---------------
  61.  
  62.                         Software Library Information:
  63.  
  64.                    This disk copy provided as a service of
  65.  
  66.                         The Public (Software) Library
  67.  
  68.          We are not the authors of this program, nor are we associated
  69.          with the author in any way other than as a distributor of the
  70.          program in accordance with the author's terms of distribution.
  71.  
  72.          Please direct shareware payments and specific questions about
  73.          this program to the author of the program, whose name appears
  74.          elsewhere in  this documentation. If you have trouble getting
  75.          in touch with the author,  we will do whatever we can to help
  76.          you with your questions. All programs have been tested and do
  77.          run.  To report problems,  please use the form that is in the
  78.          file PROBLEM.DOC on many of our disks or in other written for-
  79.          mat with screen printouts, if possible.  The P(s)L cannot de-
  80.          bug programs over the telephone.
  81.  
  82.          Disks in the P(s)L are updated monthly, so if you did not get
  83.          this disk  directly from the P(s)L,  you should be aware that
  84.          the files in this set may no  longer be the current versions.
  85.  
  86.          For a copy of the latest monthly software library newsletter
  87.          and a list of the 1,000+ disks in the library, call or write
  88.  
  89.                         The Public (Software) Library
  90.                               P.O.Box 35705 - F
  91.                            Houston, TX 77235-5705
  92.                                (713) 665-7017
  93.  
  94.